home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / lm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.5 KB  |  88 lines

  1. /*++ BUILD Version: 0001    // Increment this if a change has global effects
  2.  
  3. Copyright (c) 1991-1996  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     lm.h
  8.  
  9. Abstract:
  10.  
  11.     This is the top level include file that includes all the files
  12.     necessary for writing Lan Manager Application.
  13.  
  14. --*/
  15.  
  16. /*
  17.  *      C/C++ Run Time Library - Version 9.0
  18.  *
  19.  *      Copyright (c) 1994, 1998 by Borland International
  20.  *      All Rights Reserved.
  21.  *
  22.  */
  23.  
  24. #ifndef _LM_
  25. #define _LM_
  26. #define __LM_H
  27. #pragma option push -b
  28.  
  29.  
  30.  
  31. #include <lmcons.h>     // LAN Manager common definitions
  32.  
  33.  
  34. #include <lmerr.h>      // LAN Manager network error definitions
  35.  
  36.  
  37.  
  38. #include <lmaccess.h>   // Access, Domain, Group and User classes
  39.  
  40.  
  41. #include <lmalert.h>    // Alerter
  42.  
  43.  
  44. #include <lmchdev.h>    // Character Device and Handle classes
  45.  
  46.  
  47. #include <lmshare.h>    // Connection, File, Session and Share classes
  48.  
  49.  
  50. #include <lmmsg.h>      // Message class
  51.  
  52.  
  53. #include <lmremutl.h>   // Remote Utility class
  54.  
  55.  
  56. #include <lmrepl.h>     // Replicator class
  57.  
  58.  
  59. #include <lmserver.h>   // Server class
  60.  
  61.  
  62. #include <lmsvc.h>      // Service class
  63.  
  64.  
  65. #include <lmuse.h>      // Use class
  66.  
  67.  
  68. #include <lmwksta.h>    // Workstation class
  69.  
  70.  
  71. #include <lmapibuf.h>   // NetApiBuffer class
  72.  
  73.  
  74. #include <lmerrlog.h>   // NetErrorLog class
  75.  
  76.  
  77. #include <lmconfig.h>   // NetConfig class
  78.  
  79.  
  80. #include <lmstats.h>    // NetStats class
  81.  
  82.  
  83. #include <lmaudit.h>    // NetAudit class
  84.  
  85.  
  86. #pragma option pop
  87. #endif // _LM_
  88.